Fix a string
authorAlexandre Franke <alexandre.franke@gmail.com>
Tue, 11 Aug 2020 14:05:58 +0000 (14:05 +0000)
committerAlexandre Franke <alexandre.franke@gmail.com>
Tue, 11 Aug 2020 14:05:58 +0000 (14:05 +0000)
gtk/gtkgridlayout.c

index 420b08d0ed0e59f245b3062dc50d14bb5728cb57..77cc7a4e386169371bd5065246f3d3a4147c58d6 100644 (file)
@@ -165,7 +165,7 @@ gtk_grid_layout_child_class_init (GtkGridLayoutChildClass *klass)
   child_props[PROP_CHILD_COLUMN] =
     g_param_spec_int ("column",
                       P_("Column"),
-                      P_("The column place the child in"),
+                      P_("The column to place the child in"),
                       G_MININT, G_MAXINT, 0,
                       GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);